footer {
  width: 100%;
  background: #222222;
}
footer .link {
  width: 85%;
  padding: 45px 0;
  margin: auto;
  display: flex;
  align-items: center;
}
footer .link span {
  font-size: 14px;
  color: #fff;
}
footer .link a {
  font-size: 14px;
  color: #fff;
  padding: 0 1%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
footer .link a:nth-last-child(1) {
  border-right: none;
}
footer .line {
  width: 100%;
  height: 1px;
  background: #565555;
}
footer .bottom {
  width: 85%;
  margin: auto;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bottom .left {
  font-size: 14px;
  color: #bcbcbc;
  width: 70%;
}
footer .bottom .left p {
  line-height: 34px;
}
footer .bottom .left a {
  font-size: 14px;
  color: #bcbcbc;
  margin: 0 5px;
}
footer .bottom .left span {
  margin-right: 5px;
}
footer .bottom .right {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: end;
}
footer .bottom .right .ewm {
  width: 120px;
  height: 120px;
  background: #fff;
  margin-right: 20px;
}
footer .bottom .right .ewm img {
  width: 100px;
  height: 100px;
  margin: 10px 0 0 10px;
}
footer .bottom .right .share p {
  font-size: 14px;
  color: #bcbcbc;
}
footer .bottom .right .share .img {
  margin: 10px 0;
}
footer .bottom .right .share .img img {
  vertical-align: text-bottom;
}
footer .bottom .right .share .img img:nth-child(2) {
  margin: 0 5px;
}
footer .bottom .right .share .num {
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  footer .link {
    flex-wrap: wrap;
  }
  footer .link a {
    font-size: 12px;
  }
  footer .bottom {
    box-sizing: border-box;
  }
  footer .bottom .left {
    font-size: 12px;
  }
  footer .bottom .right .ewm {
    width: 100px;
    height: 100px;
  }
  footer .bottom .right .ewm img {
    width: 80px;
    height: 80px;
  }
  footer .bottom .right .share .num {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-bottom: 40px;
  }
  footer .link {
    padding: 10px 2%;
    box-sizing: border-box;
    width: 100%;
  }
  footer .bottom {
    width: 100%;
    padding: 20px 2%;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  footer .bottom .left {
    width: 100%;
  }
  footer .bottom .left p {
    line-height: 24px;
  }
  footer .bottom .left p a {
    font-size: 12px;
  }
  footer .bottom .right {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
  footer .bottom .right .ewm {
    width: 80px;
    height: 80px;
  }
  footer .bottom .right .ewm img {
    width: 70px;
    height: 70px;
    margin: 5px 0 0 5px;
  }
  footer .bottom .right .share .num {
    font-size: 20px;
  }
  footer .bottom .right .share .img img {
    width: 20px;
    height: 20px;
  }
}
